home *** CD-ROM | disk | FTP | other *** search
- From smtp Wed Mar 31 01:16 MST 1993
- >From simons Mon Mar 29 20:37:50 CET 1993 remote from peti.GUN.de
- Received: from easix.GUN.de ([192.109.159.1]) by cygnus.com (4.1/SMI-4.1)
- id AA07843; Wed, 31 Mar 93 00:07:19 PST
- Received: by easix.GUN.de (Smail3.1.28.1)
- from dino.dinoco.de with uucp
- id <m0ndzQ3-00015aA>; Wed, 31 Mar 93 09:49 GMT
- Received: by dino.dinoco.de (V1.16/Amiga)
- id AA02y0q; Tue, 30 Mar 93 09:58:11 CET
- Received: by peti.GUN.de (WMail V0.38, Jul 17 1991)
- id=<AA000015d6>; Mon, 29 Mar 1993 20:37:50 CET
- Received: from peti.GUN.de by fishpond.cygnus.com; Wed, 31 Mar 93 01:16 MST
- Date: Mon, 29 Mar 1993 20:37:50 CET
- Content-Length: 35222
- Content-Type: text
- Message-Id: <9303291937.AA05590@peti.GUN.de>
- X-Mailer: //\\miga Electronic Mail (AmiElm 1.07)
- Organization: * Private Amiga Site Bonn - Member of Individual Network e.V. *
- From: peti.GUN.de!simons (Peter Simons)
- To: cygnus.com!fnf
- Subject: MakePatch v0.017
- Status: RO
-
- Hello Fred !
-
- Here's another tool I'd like to add to the amiga public-domain pool.
-
- bye, Peter
-
- ____ ____ ____
- /___ /__ /\ / / INTERNET: simons@peti.GUN.de
- ____//___ / \/ / VOICE: 0228 / 746061
- to you by Peter Simons PGP: Public-key on request!!
-
-
- ;--------------------------------------------------------------------------
-
- $VER: MakePatch v0.017
-
- written by Peter Simons <simons@peti.GUN.de>
-
- Beeing a programmer, I often had the following problem: I removed a
- little bug in one of my programs and now I had to resend the whole
- program/archive to my beta testers again, though I actually changed only 8
- byte.
-
- This has come to an end - using MakePatch. MakePatch scans the whole
- file for changed, inserted or removed byte and saves only these changes, so
- that only a very small pachfile will be created. This file contains all
- information for Patch'Em to patch the old version into the new one. This
- isn't limited to programs, you may use MakePatch/Patch'Em with all kinds of
- data, say graphics, sound, text or lharc-alike archives.
-
- MakePatch comes with complete source code in assembly language and a
- german and english documentation. MakePatch requires at least OS 2.04 to
- work.
-
-